home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / install.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.2 KB  |  52 lines

  1. INSTALL
  2.  
  3. Writes or inspects a boot blocks on a formatted floppy disk or PCMCIA card,
  4. specifying whether it should be bootable.
  5.  
  6. Format
  7.  
  8. INSTALL [DRIVE] <DF0: | DF1: | DF2: | DF3: | CC0:> [NOBOOT] [CHECK] [FFS]
  9.  
  10. Template
  11.  
  12. DRIVE/A,NOBOOT/S,CHECK/S,FFS/S
  13.  
  14. Location
  15.  
  16. C:
  17.  
  18. INSTALL clears a floppy disk's or PCMCIA memory card's boot block area and
  19. writes a valid boot onto it. INSTALL does not affect any files or directories
  20. on the disk or card. The necessary files and directories must still be
  21. present on a device to boot from it successfully.
  22.  
  23. The NOBOOT option removes the boot block from an AmigaDOS disk or card,
  24. making it not bootable.
  25.  
  26. The CHECK option checks for valid boot code. It reports whether a disk or
  27. card is bootable and whether standard Commodore-Amiga boot code is present on
  28. the media. This is useful in detecting some viruses.
  29.  
  30. The FFS switch is ignored. It remains part of the template to ensure
  31. compatibility with earlier scripts and programs.
  32.  
  33. Example 1:
  34.  
  35. 1> INSTALL DF0: CHECK
  36. No bootblock installed
  37.  
  38. indicates that there is a non-bootable floppy in DF0:.
  39.  
  40. Example 2:
  41.  
  42. 1> INSTALL DF0:
  43.  
  44. makes the disk in drive DF0: a bootable disk.
  45.  
  46. Example 3:
  47.  
  48. 1> INSTALL DF0: CHECK
  49. Appears to be FFS bootblock
  50.  
  51. indicates that there is a bootable FFS floppy in DF0:.
  52.